home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1994 August / Nautilus CD Magazine Volume 4-8 August 1994 Windows Edition.mdf / compware / tools / desklnch / readme.txt < prev   
Text File  |  1994-02-17  |  4KB  |  123 lines

  1. DESKTOP LAUNCHER V2.0
  2. =====================
  3.  
  4. Program        : Desktop Launcher
  5. Version        : 2.0 BBS
  6. Language    : C
  7. Compiler    : Turbo C++ 3.1
  8. Date        : Oct. 4, 1993
  9. Author        : Julio Pons Terol
  10.  
  11. Desktop Launcher is a Windows 3.1 program designed to "launch" 
  12. programs from the "Desktop". The main idea is to associate an 
  13. icon to each program you use regularly.
  14.  
  15. The most important features of Desktop Launcher are:
  16.  
  17. - A double-click at a Launcher icon starts the attached application.
  18. - Single Launcher icons can be placed and moved anywhere at the 
  19.   screen or be grouped in a "Launcher window"
  20. - You can have a Launcher window and single Launcher icons at the 
  21.   same time.
  22. - You can drag and drop applications from the file manager to create a 
  23.   new Launcher icon.
  24. - You can drag and drop files from the file manager onto a Launcher icon 
  25.   to start the attached application and load the dropped file, regardless of 
  26.   the file extension.
  27. - Sophisticated hide/show window feature to substitute the minimize 
  28.   function.
  29. - Built in resource monitor for free memory, free disk space and free 
  30.   system resources.
  31. - Built in digital and analog clock and date.
  32. - Advanced task manager
  33.  
  34.  
  35. The file DESK.HLP has a detailed description of the program.
  36.  
  37. Instalation
  38. ===========
  39.  
  40. The program uses 5 files to work:
  41.  
  42. File        Description                 Directory    
  43. ===========    ================        ============
  44. DESK.EXE    Executable program        DESK
  45. DESKSP.HLP    Help file (Spanish)        DESK
  46. DESK.HLP    Help file (English)         DESK
  47. BWCC.DLL    Borland Control Library        WINDOWS\SYSTEM
  48. DESK.INI    Configuration            WINDOWS
  49.  
  50. Where DESK Directory is the directory in which you want to install 
  51. Desktop Launcher. Optionally you can place BWCC.DLL in this 
  52. directory as well.
  53.  
  54. NOTE: The file BWCC.DLL is not included in this *.zip file to keep 
  55. the file small.  As many programs use this file you might already have 
  56. a copy on your harddisk. If you don't have it, you can probably get a 
  57. copy from the same place you got Desktop Launcher.
  58.  
  59. NOTE: The file DESKSP.HLP is not included in this *.zip file. If you
  60. want to use the spanish language you must copy DESK.HLP to DESKSP.HLP.
  61. If you want the spanish help version, contact with me. 
  62.  
  63. The DESK.INI file is created automatically. It contains all 
  64. configuration information.
  65.  
  66. In a multi-user environment, each user can have his own  
  67. DESK.INI file, and install the file just before start DESK.EXE 
  68. to have a personalized desktop.
  69.  
  70. In this release Desktop Launcher has an integrated Task Manager.
  71.  
  72. You can install Desktop Launcher's Task Manager as the Windows 
  73. default task manager.
  74.  
  75. To do that you add the following line (or edit if exist) to your system.ini 
  76. file, [boot] section:
  77.  
  78. taskman.exe=c:\desk_path\desk.exe
  79.  
  80. changing c:\desk_path for your DESK directory. You must restart 
  81. Windows to this changes take effect.
  82.  
  83. Program License
  84. ===============
  85.  
  86. Desktop Launcher is distributed as-is.  The author disclaims 
  87. all warranties, expressed or implied.  The author will take 
  88. no liability for damages either from the direct use of this 
  89. product or as a consequence of the use of this product.
  90.  
  91. Desktop Launcher may be used by any private individual or 
  92. non-commercial organization for any purpose, if all terms 
  93. of this license are accepted.
  94.  
  95. This version of Desktop Launcher can be distributed only 
  96. through BBSs and Anonymous FTP sites. You are not permitted to 
  97. modify, add or subtract the files.
  98.  
  99. The *.zip file should contain:
  100.  
  101.     readme.txt    Presentation file (English)
  102.     leeme.txt    Presentation file (Spanish)
  103.     desk.exe    The executable program
  104.     desk.hlp    English Help
  105.  
  106. If you find this program useful, you should register the program, 
  107. sending me your name and address by e-mail or regular mail. 
  108. It isn't necessary to pay a fee, but I would appreciate a 
  109. donation.
  110.  
  111. Comments and suggestions are welcome.
  112.  
  113. Julio Pons.
  114. e-mail: jpons@etsit.upv.es
  115.  
  116. Julio Pons.
  117. Universidad Politecnica de Valencia.
  118. Departamento DISCA
  119. Camino de Vera, 14
  120. 46080 Valencia.
  121. SPAIN.
  122.  
  123.